home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms / intermoo.zip / README < prev   
Text File  |  1995-03-23  |  8KB  |  164 lines

  1.                       
  2.                         CREATIVE INTERFACE DESIGN, INC.
  3.                                  presents...
  4.  
  5.  
  6.                          THE MOO INTERFACE 1.1 (c) 1995
  7.                                For RIPterm 1.54
  8.  
  9.       DISCLAIMER
  10.  
  11.    This RIPscrip is being offered as FREEWARE, and as such, the author does
  12.    not take responsibliy for any anguish, mental, physical, or virtual dammage
  13.    that a user of this RIPscrip may sustain while utilizing it...the interests
  14.    of the author are only that user who implements this learns more about
  15.    RIPterm 1.54 and RIPscrip in general, and of course gain a deeper insight
  16.    into the nature of RIP...
  17.    The author of this product reserves all rights on the use of the 
  18.    Icon design for this interface, which are original PCX-->IC1 conversions
  19.    using DeadPaint version 3.1 (I'm still trying to register this great 
  20.    program!), and define a distinct look & feel for this interface. 
  21.  
  22.    This RIPscrip set is made to run with and ONLY with RIPterm 1.54,  using
  23.    an older or more recent version of RIPterm could mean that it will 
  24.    function erratically, of at all.
  25.  
  26.    The terms RIPterm and RIPscrip are the Property of Telegrafix, Inc.
  27.    
  28. ----warning---warning---warning---warning---warning---warning---warning------
  29.  
  30.    This interface IS NOT FOR THE UNSKILLED...as a college student and new
  31.    father, I do not have enough time to make a bullet-proof program to create
  32.    a file of user information and stuff it into this RIPscrip interface, so
  33.    it is up the user to utilize a text editor to include items within the
  34.    picklists available for your use.
  35.  
  36.    I would also caution you to read thru this poorly written document
  37.    a few times...unless you are contemptuously familiar with RIPterm, 
  38.    you could find this a little bewildering, or just mildly pleasant.
  39.  
  40. ----warning---warning---warning---warning---warning---warning---warning------ 
  41.    
  42.    The INTERMOO.ZIP file set:
  43.       MOO.PBB     Ripscrip interface file
  44.       Device2.msk \ These two files are the multi-button device in the 
  45.       Device2.icn / center of the interface, this is the updated part.
  46.       LPanel1.Ic1  The hz. bars labeled picklist 1-5
  47.       Bar1.Ic1     The Blue underlay bar for the square buttons
  48.       Readme       What you're being smart enough to read now, thank you :)
  49.  
  50.    TO IMPLEMENT THIS INTERFACE:   
  51.       1) Unpack the InterMoo.zip file into your Icons subdirectory 
  52.          within your RIPTERM subdirectory.  By unpacking it in this directory,
  53.          RIPterm will always be able to find MOO.PBB (the RIPscrip file) and
  54.          implement it.
  55.       2) Once you've unpacked the files into the Icons sub, run RIPTERM and
  56.          make a keystroke macro which will call up MOO.PBB. In the event that
  57.          you've never made a playback macro call, press [ALT-K] and press
  58.          [E], the macro editor should display a box over the current menu
  59.          and prompt you to make a keypress to assign something to.
  60.          Don't make any really obvious keypresses...I've found that Alt+0-9
  61.          are the quickest, least used by RIPTERM itself choices to put macros
  62.          under.
  63.          
  64.       The playback macro format:
  65.       $>MOO.PBB$
  66.  
  67.       3) Once this has been done, be sure to save the RIPTERM.KEY file by
  68.          clicking on the button to do that...answer yes to the prompts and 
  69.          they click on the [ok] button to return to the terminal screen.
  70.       4) Test your macro call by pressing your selected keys.
  71.       
  72.    -If nothing worked...they you need to make sure that you've:
  73.       a) Entered the proper filename, extender and all (yep, it's important)
  74.       b) Entered the Macro properly
  75.       c) That the MOO.PBB file exists within the Icons subdirectory.
  76.  
  77.    -If almost everything worked, but there are those funny "icon missing" 
  78.    boxes, then unzip the Intermoo.zip archive again, making sure that the
  79.    destination [c:\ripterm\icons] is correct.  Then try making the 
  80.    interface work again...if it doesn't then you're obviously in deep 
  81.    karmatic debt, and I'm sorry it had to be collected while running this
  82.    interface. :)
  83.    
  84.    ---------------------------------------------------------------------
  85.    
  86.    
  87.    How to enter picklist fields with a text editor...
  88.  
  89.    A picklist can contain 20 different selections, however, these selections
  90. shouldn't have too many odd characters in them, ie. colons, parenthesis, and
  91. other RIP delimiters...Plaintext is usually the best, and any control 
  92. characters (ie. CR/LF=^M, and arrow key assignments, etc.) will return odd
  93. characters from the picklist...solution: Use simple text in these lists or
  94. the consequences could be drastic.
  95.       If you get comfortable with modifying the list values, please feel free
  96.       to experiment with the values in these lists.
  97.  
  98.       A Sample Picklist
  99.  
  100.       ((List Name::Field1, Field2, field3, \ 
  101.       field4, field5, @_E_xit))^M
  102.   -----------------------------------------------------------
  103.       ((
  104.         All picklists begin with these characters
  105.  
  106.       ::
  107.         This tells the picklist when to begin displaying selections
  108.  
  109.       \ 
  110.         This is a line continuation marker, your picklist lines shouldn't
  111.         exceed 80 characters.  This character, should be preceeded by a comma
  112.         which concludes the field before the line is continued to the next.
  113.         This will allow the picklist to span multiple lines.
  114.  
  115.       @
  116.         The AT symbol means that nothing will be sent to the host when a 
  117.         selection prefaced by this character is displayed.  This is really
  118.         my flawed understanding, so if you learn/experience a different
  119.         behavior, please, let me know.
  120.         
  121.       ^M
  122.          This is the command for a Carriage Return/Line Feed, and will serve
  123.          to 'enter' the command you just selected from the picklist. Please
  124.          note that it is on the END of the picklist, and is not part of
  125.          a field within it.
  126.          In its current mode, this interface has no 'HOT' picklists, however, 
  127.          if you wanted to make any picklist act immediately with a command, 
  128.          putting the (^M)  after the list will accomplish this.
  129.  
  130.  
  131.     
  132.   This interface was created for my personal use...to navigate 
  133.   the World-Wide-Web and interact with my favorite Multiple-User 
  134.   Object-Oriented Environment, The Spawl.
  135.   This interface has some 'embedded' verbs which are particular
  136.   to one or two 'common' Feature objects within Chiba.moo, so using, say,
  137.   the [teleport] button, nothing may happen.  It is up to you, the 
  138.   interface communicating 100% with whatever MOO/MUD/etc..etc. you 
  139.   happen to connect to.
  140.  
  141.   If you have any troubles with graphics characters and garbled text,
  142.   press alt-r and the screen will clear and the text will be sorted out,
  143.   refer to the Scrollback buffer for anything you may have lost.
  144.   
  145.   My Handle there is Tambu.  If you find this interface using, amusing, 
  146.   or just a full-blown pain in the butt, and have access to CHIBA, please, 
  147.   @Join Tambu, and check out my closet in VR...:)
  148.  
  149.   The Telnet address to The Sprawl is  chiba.picosof.com 7777
  150.                                    or  165.227.31.2 7777
  151.  
  152.   Otherwise, I can be reached by the following means...
  153.   Fido 1:300/508  Name: David Chandler
  154.   This is the Thieves' Guild BBS in Tucson, AZ.
  155.         
  156.   And In the Real World, my Address is:
  157.   David Chandler 
  158.   2505 N. Dodge Blvd Apt E-1
  159.   Tucson, AZ  85716
  160.                 
  161.                 And thank you for Using InterMOO!
  162.  
  163.  
  164.